-
Notifications
You must be signed in to change notification settings - Fork 1
Rocm subversion enhancement #123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Conversation
- Add check_exp_rocm_sub_versions method that returns bool - Track validation results using boolean flags before setting final status - Update result.message to include all validation outcomes - Prevent result override by collecting all check results first - Follow pattern similar to package_analyzer and dkms_analyzer Co-authored-by: Cursor <cursoragent@cursor.com>
|
I think we are adding too many error messages somewhere, the count for errors is 2 but its only displaying one. Either we are not displaying both errors or we there should just be 1 error count: Im using the plugin config from the functional test: |
here exp_rocm and exp_rocm_sub_versions both are mismatched hence 2 errors. +-------------------------+--------+-----------------------------+ +------------+--------+----------------------------------------------------------------------------------+ |
Run:
node-scraper run-plugins RocmPlugin --exp-rocm 7.0.1-42 --exp-rocm-sub-versions '{"version-lrt":"7.0.1-42", "version-rocm-developer-tools": "7.0.1-42"}'